func github.com/go-pg/pg/v10/types.shouldQuoteArray

6 uses

	github.com/go-pg/pg/v10/types (current package)
		array_append.go#L79: 		quote := shouldQuoteArray(flags)
		array_append.go#L116: 	quote := shouldQuoteArray(flags)
		array_append.go#L149: 	quote := shouldQuoteArray(flags)
		array_append.go#L182: 	quote := shouldQuoteArray(flags)
		array_append.go#L215: 	quote := shouldQuoteArray(flags)
		flags.go#L15: func shouldQuoteArray(flags int) bool {